Change the default for "show-desktop" back to TRUE
authorMatthias Clasen <mclasen@redhat.com>
Tue, 26 Nov 2013 18:54:44 +0000 (13:54 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 26 Nov 2013 19:21:01 +0000 (14:21 -0500)
Change the GtkSettings default for "shell-shows-desktop" back to TRUE
and also change the default value of the "show-desktop" property on
GtkPlacesSidebar so that the defaultvalue test passes.

https://bugzilla.gnome.org/show_bug.cgi?id=712302

gtk/gtkplacessidebar.c
gtk/gtksettings.c

index 6d3a886936b8e7c4c2a923b85a2637ac2ca4ecc2..e0b6f56c3ef36288ec49dd51a90aa71077e52d5f 100644 (file)
@@ -4277,7 +4277,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
           g_param_spec_boolean ("show-desktop",
                                 P_("Show 'Desktop'"),
                                 P_("Whether the sidebar includes a builtin shortcut to the Desktop folder"),
-                                FALSE,
+                                TRUE,
                                 G_PARAM_READWRITE);
   properties[PROP_SHOW_CONNECT_TO_SERVER] =
           g_param_spec_boolean ("show-connect-to-server",
index 21c96d7b87b24c1231c84617fddd827d78f7db8f..01f2ef81dd0dfc9d05671153530546309cd6cd0c 100644 (file)
@@ -1536,7 +1536,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                                                    P_("Set to TRUE if the desktop environment "
                                                                       "is displaying the desktop folder, FALSE "
                                                                       "if not."),
-                                                                   FALSE, GTK_PARAM_READWRITE),
+                                                                   TRUE, GTK_PARAM_READWRITE),
                                              NULL);
   g_assert (result == PROP_SHELL_SHOWS_DESKTOP);